Speed up expander animation
authorMatthias Clasen <mclasen@redhat.com>
Mon, 31 Jan 2011 15:51:09 +0000 (10:51 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 31 Jan 2011 15:51:09 +0000 (10:51 -0500)
Go back to 200ms, which is what we had in GTK+ 2.x.
Themes can change this, of course.

gtk/gtkcssprovider.c

index 4555229f04e87324fa959f542158521daf6f11c0..1c9b55041a96564d11e4569b0b7f3fe3b70d7525 100644 (file)
@@ -3798,7 +3798,7 @@ gtk_css_provider_get_default (void)
         "}\n"
         "\n"
         ".expander:active {\n"
-        "  transition: 300ms linear;\n"
+        "  transition: 200ms linear;\n"
         "}\n"
         "\n"
         "*:insensitive {\n"